home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / rpl.zip / TOKENRPL.DOC < prev    next >
Text File  |  1990-10-30  |  2KB  |  58 lines

  1.                            TOKEN REMOTE PROGRAM LOAD
  2.  
  3. Use TOKENRPL to enable remote booting of workstations (mostly diskless) that
  4. have Token-Ring network boards installed.
  5.  
  6. Command format
  7.  
  8.       LOAD [path]TOKENRPL  
  9.  
  10. Command parameters
  11.  
  12. Replace path with a full directory path to the directory containing the
  13. module; begin with a DOS drive letter or a NetWare volume name.  If you do
  14. not specify a path and the SYS volume is mounted, the operating system
  15. assumes that the loadable module is located in the SYS:SYSTEM directory. 
  16. (Use SEARCH to set up additional paths for automatic searching.)
  17.  
  18. Additional information
  19.  
  20. To remotely boot a diskless Token-Ring workstation, you must complete the
  21. following:
  22.  
  23. ■     Load TOKENRPL.
  24.  
  25. ■     Configure the workstation boot files for remote booting.  Follow the
  26.       DOSGEN instructions in Appendix D of the NetWare 386 Installation  
  27.       manual.
  28.  
  29. ■     Bind the TOKRPL protocol to the network boards in the file server.
  30.  
  31. Load TOKENRPL
  32.  
  33. To load TOKENRPL, complete the following steps.
  34.  
  35. 1.    Type
  36.  
  37.       LOAD TOKENRPL  <Enter>
  38.  
  39. 2.    Bind the TOKRPL protocol to the driver for the Token-Ring network
  40.       board(s) in the file server.  Type
  41.  
  42.       BIND TOKRPL LAN_driver  <Enter>
  43.  
  44.       Replace LAN_driver with the name of the driver you are using.  If you
  45.       have loaded the driver more than once, you will need to repeat this  
  46.       step.
  47.  
  48. 3.    Edit the AUTOEXEC.NCF file.  Add the following lines to load and bind
  49.       TOKENRPL:  
  50.  
  51.       LOAD TOKENRPL
  52.       BIND TOKRPL LAN_driver driver_parameters
  53.  
  54.       Replace LAN_driver with the name of the driver you used in Step 2.
  55.  
  56.       Replace driver_parameters with the parameters you used to load the LAN
  57.       driver.
  58.